skim(data)| Name | data |
| Number of rows | 1142 |
| Number of columns | 6 |
| _______________________ | |
| Column type frequency: | |
| factor | 6 |
| ________________________ | |
| Group variables | None |
Variable type: factor
| skim_variable | n_missing | complete_rate | ordered | n_unique | top_counts |
|---|---|---|---|---|---|
| curso | 0 | 1 | TRUE | 3 | 5º : 698, 4º : 371, 4º : 73 |
| escenario | 0 | 1 | FALSE | 3 | Box: 572, Con: 325, Pro: 245 |
| situacion | 0 | 1 | FALSE | 2 | Pun: 1130, Ent: 12 |
| indicacion | 0 | 1 | FALSE | 5 | M1: 472, M4: 355, M3: 138, M2: 136 |
| accion | 0 | 1 | FALSE | 2 | No : 885, HM: 257 |
| guantes | 0 | 1 | FALSE | 2 | NO: 1021, SI: 121 |
cat("Resumen de valores sin informar por variable."); print(colSums(is.na(data)))Resumen de valores sin informar por variable.
curso escenario situacion indicacion accion guantes
0 0 0 0 0 0